home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000012_news@columbia.edu _Tue Feb 13 08:14:45 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id IAA08904 for <kermit.misc@watsun>; Tue, 13 Feb 1996 08:14:45 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id IAA10782 for kermit.misc@watsun; Tue, 13 Feb 1996 08:14:43 -0500 (EST)
  4. Path: news.columbia.edu!panix!news.denver.eti.net!imci3!imci2!news.internetMCI.com!pull-feed.internetmci.com!imci5!imci4!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MS Kermit under OS/2 IAK
  8. Message-ID: <1996Feb11.101002.73807@cc.usu.edu>
  9. Date: 11 Feb 96 10:10:02 MDT
  10. References: <4fksqu$rfk@news.eecs.umich.edu>
  11. Organization: Utah State University
  12. Lines: 15
  13.  
  14. In article <4fksqu$rfk@news.eecs.umich.edu>, chrismc@flip.eecs.umich.edu (Chris McCormack) writes:
  15. >    Normally I use ckermit 191 (native OS/2 program) as my terminal program,
  16. > but sometimes I need the graphics capability of the DOS version.  I have
  17. > been able to do this running MSKERMIT in a DOS session under OS/2 when
  18. > I dial directly from Kermit - Does anyone have some hints or pointers on
  19. > getting MSKERMIT to work over an established SLIP connection?
  20. >                         Chris McCormack / n0oqt
  21. >                         chrismc@eecs.umich.edu
  22. ------------
  23.     Established means there is already one TCP/IP stack active, and
  24. that means MSK itself can't run its stack over the same link. The active
  25. stack, in your case, is the OS/2 one we presume. If so you need to find
  26. the third party shim program COMTCP (Jeff: Help my poor memory here).
  27.         Joe D.